projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f5299
)
* lisp/erc/erc.el: Fix paren typo in previous.
author
Glenn Morris
<rgm@gnu.org>
Fri, 10 Oct 2014 16:53:19 +0000
(12:53 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 10 Oct 2014 16:53:19 +0000
(12:53 -0400)
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index 1e81929d80248330848579435b8671b534916277..c70dfb94d7e496138983887d60b65d7d3ba793e2 100644
(file)
--- a/
lisp/erc/erc.el
+++ b/
lisp/erc/erc.el
@@
-2060,7
+2060,7
@@
BUFFER is the current buffer."
(unless (markerp erc-last-saved-position)
(setq erc-last-saved-position (make-marker))
(move-marker erc-last-saved-position
- (1- (marker-position erc-insert-marker)))))
+ (1- (marker-position erc-insert-marker)))))
)
;; interactive startup